Fix a leftover of JsonPath to Liquid conversion.

Akinori MUSHA 10 years ago
parent
commit
a25e4f6c2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/agents/event_formatting_agent.rb

+ 1 - 1
app/models/agents/event_formatting_agent.rb

@@ -60,7 +60,7 @@ module Agents
60 60
       So you can use it in `instructions` like this:
61 61
 
62 62
           "instructions": {
63
-            "message": "Today's conditions look like <$.conditions> with a high temperature of {{high.celsius}} degrees Celsius according to the forecast at {{pretty_date.time}}.",
63
+            "message": "Today's conditions look like {{conditions}} with a high temperature of {{high.celsius}} degrees Celsius according to the forecast at {{pretty_date.time}}.",
64 64
             "subject": "{{data}}"
65 65
           }
66 66